Floating-Point Data Formats
Figure F-1 Floating-point data formats
Table F-1 Interpreting floating-point values If biased exponent e is: And fraction f is: Then value v is: And class of v is: (any) s×2(e+-bias)×(1.f) Normalized number 0
s×2minexp×(0.f) [78] Denormalized number s×0 Zero s× ![]()
Infinity 0
NaN
[77] max = 255 for single format, 2047 for double format.
[78] minexp = -126 for single format, -1022 for double format.